home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / pcxtpi.arj / READPCXH.DOC < prev    next >
Text File  |  1992-12-29  |  4KB  |  98 lines

  1. READPCXH.DOC -- Copyright 1992 Bob Hayes. All Rights Reserved.
  2.  
  3. PROGRAM NAME:     READPCXH
  4.      VERSION:     2.0
  5. RELEASE DATE:     12-29-92
  6.      PURPOSE:     To read and display the information in the header
  7.                   of a PCX file.
  8. REQUIREMENTS:     none.
  9.          USE:     READPCXH FILENAME [/C]
  10.                   where: FILENAME is the PCX file, the extension
  11.                            is required.  The file must be in the 
  12.                            current directory.
  13.                          /C is the flag to display the color map
  14.                            contained in the file.
  15.  
  16.  
  17. READPCXH will read and display the contents of the 128 byte header
  18. at the beginning of each PCX file.
  19.  
  20. The following information is displayed:
  21.  
  22. Manufacturer : This will always be 10 for a valid PCX file.
  23. Version : 0-2 = old PCX w/o palette;
  24.           3   = no palette information;
  25.           4   = PC Paintbrush for Windows w/o palette;
  26.           5   = palette information included.
  27. Encoding : 1 = PCX run length encoding
  28. Bits per Pixel :  1 = black and white;
  29.                   4 = 16 color;
  30.                   8 = 256 color.
  31. Xmin : Image window dimensions (inclusive)
  32. Ymin : Xmin and Ymin are usually 0.
  33. Xmax : 
  34. Ymax : 
  35. Horizontal Resolution : Resolution of the image in dots per inch
  36.                         (DPI).
  37. Vertical Resolution :   Some programs use the screen resolution, some
  38.                         the printer resolution, and other set these
  39.                         values to a scanners resolution.
  40. Reserved : This used to contain the video mode, now it is ignored and 
  41.            should be set to zero.
  42. Number of Color Planes : 1 = black and white and 256 color;
  43.                          4 = 16 color.
  44. Bytes per Scan Line : Number of byte to allocate for a scan line,
  45.                       always even.
  46. Palette info : 1 = black and white or color;
  47.                2 = grayscale;
  48.                Many programs ignore this item.
  49. Horizontal Screen Size in Pixels : Many programs ignore this item.
  50. Vertical Screen Size in Pixels : Many programs ignore this item.
  51.  
  52. READPCXH uses standard output so that the information can be redirected to
  53. a file or a printer.
  54.  
  55.  
  56. INSTALLATION
  57.  
  58. Copy READPCXH.EXE to a directory on your hard drive that is on you path.
  59.  
  60.  
  61. LICENSE AGREEMENT
  62.  
  63. This copyrighted program is being distributed as freeware.  You are free
  64. (and encouraged) to copy this program and distribute it to anyone, as long
  65. as no fee, other than a nominal fee for the disk and shipping/handling, is
  66. charged for the program, and as long as this documentation file accompanies
  67. the program. 
  68.  
  69. TRADEMARKS
  70.  
  71. Any product names mentioned are trademarks or registered trademarks of
  72. their respective holders.
  73.  
  74. WARRANTY AND LEGAL NOTICES
  75.  
  76. READPCXH is provided AS IS without any warranty, expressed or implied,
  77. including, without limitation, implied warranties of merchantability and
  78. fitness for a particular purpose.  Any use by you of the software is at your
  79. own risk.  In no event shall the author be liable for any damages whatsoever
  80. (including, without limitation, damages for loss of business profits, business
  81. interruption, loss of business information, or other pecuniary loss) arising
  82. out of the use or inability to use this product.
  83.  
  84. The author is in no way affiliated with ZSoft Corporation.
  85.  
  86. If you have any questions or comments about the program, please send
  87. them to:
  88.             Bob Hayes
  89.             Bob's Software
  90.             10104 Blue Tee Terr.
  91.             Gaithersburg, MD  20879
  92.  
  93. or, on CompuServe at 71224,3202.
  94.  
  95.                               Thanks,
  96.                               
  97.                               Bob Hayes
  98.